home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
OS2
/
RB3774.ARJ
/
DROPINFO.RC
< prev
next >
Wrap
Text File
|
1992-06-28
|
1KB
|
28 lines
/*********** DROPINFO C Sample Program Resource Script File (.RC) ***************/
/* */
/* The window resources used by an application are defined in a resource */
/* script file .RC. This file is compiled by the resource compiler to */
/* produce an executable-format file. */
/* The definitions are either statements which define resources or */
/* references to other files containing resources. */
/* */
/* In this resource script file: */
/* ------------------------------------------------------------------------ */
/* Statement: References: */
/* MENU ID_WINDOW PRELOAD #include <os2.h> */
/* ACCELTABLE ID_WINDOW PRELOAD #include "dropinfo.h" */
/* STRINGTABLE PRELOAD ICON ID_WINDOW dropinfo.ico */
/* */
/******************************************************************************/
#include <os2.h>
#include "dropinfo.h"
ICON ID_WINDOW dropinfo.ico
ACCELTABLE ID_WINDOW PRELOAD
BEGIN
VK_F3, ID_EXITPROG, VIRTUALKEY
END